home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / tools / c2latex.lha / c++2latex / config / Imakefile next >
Makefile  |  1993-08-08  |  560b  |  22 lines

  1. ################################################
  2.  Pretty printing rules generated automagically
  3.  on Thu Dec  5 15:58:03 MET 1991 by heitkoet
  4.  using joke's *mkpt* csh script...
  5.  Now just type in: *make pretty*
  6. ################################################
  7. VIS = \
  8.     ../getopt.h.dvi    \
  9.     ../demo.c.dvi    \
  10.     ../getopt.c.dvi    \
  11.     ../getopt1.c.dvi    \
  12.     ../main.c.dvi    \
  13.     ../version.c.dvi
  14.  
  15. impleDviTarget(pretty)
  16. akeDviFromSrc(../getopt.h)
  17. akeDviFromSrc(../demo.c)
  18. akeDviFromSrc(../getopt.c)
  19. akeDviFromSrc(../getopt1.c)
  20. akeDviFromSrc(../main.c)
  21. akeDviFromSrc(../version.c)
  22.